/vendor
/node_modules
.env
.env.backup
.phpunit.result.cache
/storage/*.key
/storage/framework/cache/*
!/storage/framework/cache/.gitkeep
/storage/framework/sessions/*
!/storage/framework/sessions/.gitkeep
/storage/framework/views/*
!/storage/framework/views/.gitkeep
/storage/framework/testing/*
/storage/logs/*
!/storage/logs/.gitkeep
/bootstrap/cache/*
!/bootstrap/cache/.gitkeep
/database/database.sqlite
/storage/app/ADMIN_CREDENTIALS.txt
Homestead.json
Homestead.yaml
.idea
.vscode
